home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / drivers / w256_31.zip / OEMSETUP.INF < prev    next >
INI File  |  1992-04-17  |  2KB  |  46 lines

  1. ; Names of the disks Setup can prompt for.
  2. [disks]
  3.     1 =. ,"Microsoft Windows 3.1 Disk #1",disk1
  4.     2 =. ,"Microsoft Windows 3.1 Disk #2",disk2
  5.     3 =. ,"Microsoft Windows 3.1 Disk #3",disk3
  6.     4 =. ,"Microsoft Windows 3.1 Disk #4",disk4
  7.     5 =. ,"Microsoft Windows 3.1 Disk #5",disk5
  8.     6 =. ,"Microsoft Windows 3.1 Disk #6",disk6
  9.     7 =. ,"Microsoft Windows 3.1 Disk #7",disk7
  10.     8 =.,"Ahead Windows 3.1 Utility DIsk",ahead    
  11.  
  12. [display]
  13. ;profile = driver,         Description of driver,                     resolution,    286 grabber,    logo code,       VDD,      386grabber,   ega.sys,   logo data,    optional work section
  14. ;
  15. v7vga    = 8:win256.drv,    "Ahead VGA 640x480, 256 colors (512K)", "100,96,96",   1:vgacolor.2gr,,   8:avddvga.386,,, ,   v7b
  16. v7d      = 8:win256.drv,    "Ahead VGA 800x600, 256 colors (1Mb)",  "100,96,96",   1:vgacolor.2gr, ,   8:avddvga.386,,,,   v7d
  17. v7e      = 8:win256.drv,    "Ahead VGA 1024x768, 256 colors (1Mb)",  "100,120,120", 1:vgacolor.2gr,,   8:avddvga.386,,,,   v7e
  18.  
  19. ;----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  20. ; Optional sections listed in field 9 of the display secton are intrpreted as follows:
  21. ;
  22. ; File, Destination, .ini file, Section, LHS, RHS
  23. ;
  24. ; Where:    x:File      = Optional file to be copied, may be left null.
  25. ;           Destination = 0: for windows root or 0:system for system subdir.
  26. ;           .ini file   = Optional Any .ini file to be modified or created.
  27. ;           Section     = Section of .ini file to be modified.
  28. ;           OldLine     = Optional old line to be removed from the ini file.
  29. ;           NewLine     = New text line to be written with the .ini file.
  30. ;
  31. ;[v7vga]
  32. ;x:v7vga.vxd, 0:system, system.ini, 386enh, "v7device=", "display=avddvga.386"
  33. ;-----------------------------------------------------------------------------------------------------------------------------------------------------
  34.  
  35. [v7b]
  36. ,,system.ini,win256.drv,"Resolution=","Resolution=640x480x256"
  37. ,,system.ini,win256.drv,"FontSize=","FontSize=small"
  38.  
  39. [v7d]
  40. ,,system.ini,win256.drv,"Resolution=","Resolution=800x600x256"
  41. ,,system.ini,win256.drv,"FontSize=","FontSize=small"
  42.  
  43. [v7e]
  44. ,,system.ini,win256.drv,"Resolution=","Resolution=1024x768x256"
  45. ,,system.ini,win256.drv,"FontSize=","FontSize=small"
  46.